1
Easy2Siksha
GNDU Question Paper-2023
BA 3
rd
Semester
QUANTITIVE TECHNIQUES-III
Time Allowed: Three Hours Maximum Marks: 100
Note: Attempt Five questions in all, selecting at least One question from each section. The
Fifth question may be attempted from any section. All questions carry equal marks.
SECTION-A
1. (a) Explain the steps to find maxima/minima.
(b) Find first order and second order partial derivatives of the function
u = x
4
- 5xy
3
+ 6x
2
+ 2xz
2
- xyz.
2. (a) Show that maximum value of the function y = x
3
- 27x + 108 is 108 more than the
minimum value.
(b) Find the extreme values of the function: y = x
3
- 27x + 108
SECTION-B
3. (a) Evaluate:
 .
(b) Evaluate:

󰇛

󰇜

2
Easy2Siksha
4. If the supply curve of a commodity is p = sqrt(9 + x) and the quantity sold is 7 units. Find
the producer's surplus.
SECTION-C
5. (a) What do you mean by determinant of a matrix? Also discuss the important
properties by determinants.
(b) Solve the following system of equations by Crammer's rule:
2z + 4y - z = 9
3x + y + 2z = 7
x + 3y - 3z = 4
6. (a) What do you mean by rank of a matrix? Explain with the help of a hypothetical
example.
(b) Obtain the inverse of the matrix: 2 4 -1
3 1 2
1 3 -3
SECTION-D
7. (a) Explain the main uses of input-output analysis.
(b) Given the following Technological coefficient matrix:
Steel
Coal
Final Demand
Steel
0.4
0.1
50
Coal
0.7
0.6
100
Labour
5
2
3
Easy2Siksha
Find :
(i) Gross Output
(ii) Total Labour Days Required
(iii) Find equilibrium prices, if wage rate is Rs. 10 per man day.
8. (a) What are artificial variables? What is the economic interpretation of artificial
variables when incorporated in LPP?
(b) Solve the following LPP by graphical method:
Maximize Z = 2x
1
- 3x
2
subject to : 






4
Easy2Siksha
GNDU Answer Paper-2023
BA 3
rd
Semester
QUANTITIVE TECHNIQUES-III
Time Allowed: Three Hours Maximum Marks: 100
Note: Attempt Five questions in all, selecting at least One question from each section. The
Fifth question may be attempted from any section. All questions carry equal marks.
SECTION-A
1. (a) Explain the steps to find maxima/minima.
(b) Find first order and second order partial derivatives of the function
u = x
4
- 5xy
3
+ 6x
2
+ 2xz
2
- xyz.
Ans: A. Steps to Find Maxima/Minima
Finding maxima and minima (also known as extrema) of a function is a fundamental concept
in calculus and optimization. This process is crucial in many fields, including economics,
engineering, and physics. Let's go through the steps in detail:
1. Identify the Function: The first step is to clearly identify the function for which we
want to find the maxima or minima. This function could be a single-variable function
(e.g., f(x)) or a multi-variable function (e.g., f(x,y,z)).
2. Find the Critical Points: Critical points are points where the function could
potentially have a maximum or minimum. To find these:
a) For single-variable functions:
Take the first derivative of the function: f'(x)
Set the derivative equal to zero and solve for x: f'(x) = 0
Also consider points where the derivative doesn't exist (if any)
b) For multi-variable functions:
Calculate partial derivatives with respect to each variable
5
Easy2Siksha
Set each partial derivative to zero and solve the resulting system of equations
Also consider points where any partial derivative doesn't exist (if any)
3. Evaluate Second Derivatives: The second derivative test helps determine the nature
of the critical points (whether they are maxima, minima, or saddle points).
a) For single-variable functions:
Calculate the second derivative: f''(x)
Evaluate the second derivative at each critical point:
o If f''(x) > 0, it's a local minimum
o If f''(x) < 0, it's a local maximum
o If f''(x) = 0, the test is inconclusive (further analysis needed)
b) For multi-variable functions:
Calculate the Hessian matrix (matrix of second partial derivatives)
Evaluate the determinant of the Hessian at each critical point:
o If det(H) > 0 and f_xx > 0, it's a local minimum
o If det(H) > 0 and f_xx < 0, it's a local maximum
o If det(H) < 0, it's a saddle point
o If det(H) = 0, the test is inconclusive (further analysis needed)
4. Check Endpoints or Boundaries: If the function is defined over a closed interval or a
bounded region, evaluate the function at the endpoints or along the boundaries.
Compare these values with the extrema found at critical points.
5. Analyze Global Extrema: Compare all local extrema and boundary values to
determine global maxima and minima.
6. Interpret Results: Analyze the results in the context of the problem. Understand
what the maxima and minima represent in practical terms.
Let's illustrate this with a simple example:
Suppose we want to find the maxima and minima of f(x) = x^3 - 3x^2 - 9x + 5 on the interval
[-2, 4].
Step 1: The function is f(x) = x^3 - 3x^2 - 9x + 5
Step 2: Find critical points f'(x) = 3x^2 - 6x - 9 Set f'(x) = 0: 3x^2 - 6x - 9 = 0 x^2 - 2x - 3 = 0 (x -
3)(x + 1) = 0 x = 3 or x = -1
Step 3: Evaluate second derivative f''(x) = 6x - 6 At x = 3: f''(3) = 12 > 0, so x = 3 is a local
minimum At x = -1: f''(-1) = -12 < 0, so x = -1 is a local maximum
6
Easy2Siksha
Step 4: Check endpoints f(-2) = -8 - 12 + 18 + 5 = 3 f(4) = 64 - 48 - 36 + 5 = -15
Step 5: Analyze global extrema f(-1) = -1 + 3 + 9 + 5 = 16 (global maximum) f(3) = 27 - 27 - 27
+ 5 = -22 f(4) = -15 (global minimum)
Step 6: Interpret results The function has a global maximum of 16 at x = -1 and a global
minimum of -15 at x = 4 within the given interval.
This process becomes more complex for multi-variable functions, but the general principles
remain the same.
B. Partial Derivatives of the Given Function
Now, let's address the second part of your question. We need to find the first-order and
second-order partial derivatives of the function:
u = x^4 - 5xy^3 + 6x^2 + 2xz^2 - xyz
First-Order Partial Derivatives:
1. Partial derivative with respect to x (∂u/∂x): To find this, we treat y and z as constants
and differentiate with respect to x.
∂u/∂x = 4x^3 - 5y^3 + 12x + 2z^2 - yz
2. Partial derivative with respect to y (∂u/∂y): Here, we treat x and z as constants and
differentiate with respect to y.
∂u/∂y = -15xy^2 - xz
3. Partial derivative with respect to z (∂u/∂z): Treating x and y as constants, we
differentiate with respect to z.
∂u/∂z = 4xz - xy
Second-Order Partial Derivatives:
Now, we'll find the second-order partial derivatives by differentiating each of the first-order
partial derivatives with respect to each variable.
4. Second partial derivative with respect to x (∂^2u/∂x^2): Differentiate ∂u/∂x with
respect to x:
∂^2u/∂x^2 = 12x^2 + 12
5. Second partial derivative with respect to y (∂^2u/∂y^2): Differentiate ∂u/∂y with
respect to y:
∂^2u/∂y^2 = -30xy
6. Second partial derivative with respect to z (∂^2u/∂z^2): Differentiate ∂u/∂z with
respect to z:
∂^2u/∂z^2 = 4x
7
Easy2Siksha
7. Mixed partial derivative with respect to x and y (∂^2u/∂x∂y): Differentiate ∂u/∂x
with respect to y (or ∂u/∂y with respect to x):
∂^2u/∂x∂y = -15y^2 - z
8. Mixed partial derivative with respect to x and z (∂^2u/∂x∂z): Differentiate ∂u/∂x with
respect to z (or ∂u/∂z with respect to x):
∂^2u/∂x∂z = 4z - y
9. Mixed partial derivative with respect to y and z (∂^2u/∂y∂z): Differentiate ∂u/∂y
with respect to z (or ∂u/∂z with respect to y):
∂^2u/∂y∂z = -x
These partial derivatives give us important information about how the function u changes
with respect to each variable and combinations of variables. Let's break down what each of
these derivatives means:
First-Order Partial Derivatives:
1. ∂u/∂x = 4x^3 - 5y^3 + 12x + 2z^2 - yz This tells us how u changes as x changes,
holding y and z constant. The rate of change depends on the current values of x, y,
and z.
2. ∂u/∂y = -15xy^2 - xz This shows how u changes as y changes, holding x and z
constant. The rate of change is influenced by the values of x, y, and z.
3. ∂u/∂z = 4xz - xy This indicates how u changes as z changes, holding x and y constant.
Again, the rate depends on the current values of x, y, and z.
Second-Order Partial Derivatives:
4. ∂^2u/∂x^2 = 12x^2 + 12 This shows how the rate of change of u with respect to x
(∂u/∂x) itself changes as x changes. It's always positive, indicating that the function
curves upward with respect to x.
5. ∂^2u/∂y^2 = -30xy This tells us how the rate of change of u with respect to y (∂u/∂y)
changes as y changes. Its sign depends on the signs of x and y.
6. ∂^2u/∂z^2 = 4x This shows how the rate of change of u with respect to z (∂u/∂z)
changes as z changes. Its sign depends on the sign of x.
7. ∂^2u/∂x∂y = -15y^2 - z This mixed partial derivative indicates how the rate of change
of u with respect to x changes as y changes (or vice versa). It helps us understand the
interaction between x and y in affecting u.
8. ∂^2u/∂x∂z = 4z - y This shows how the rate of change of u with respect to x changes
as z changes (or vice versa), helping us understand the interaction between x and z.
9. ∂^2u/∂y∂z = -x This indicates how the rate of change of u with respect to y changes
as z changes (or vice versa), revealing the interaction between y and z.
8
Easy2Siksha
These partial derivatives are crucial in understanding the behavior of the function u = x^4 -
5xy^3 + 6x^2 + 2xz^2 - xyz. They can be used to:
1. Find critical points by setting all first-order partial derivatives to zero and solving the
resulting system of equations.
2. Determine the nature of these critical points using the second-order partial
derivatives (through the Hessian matrix).
3. Analyze the function's behavior in different directions.
4. Approximate the function's value for small changes in x, y, or z using Taylor series
expansions.
In practical applications, such a function might represent a complex system where x, y, and z
are different variables affecting an outcome u. For example, in economics, it could model
how different factors influence a company's profit. In physics, it might describe the potential
energy of a system with three degrees of freedom.
Understanding these derivatives allows us to:
1. Identify optimal points (maxima or minima) which could represent best strategies or
equilibrium states.
2. Analyze stability by looking at how the function behaves around these points.
3. Predict how changes in one variable will affect the overall system, considering the
interactions between variables.
The complexity of this function, with its mix of terms involving different combinations of
variables, suggests a rich and intricate relationship between x, y, z, and u. The presence of
terms like x^4 and y^3 indicates strong non-linear effects, while terms like xyz show how the
variables interact to influence the outcome.
In conclusion, finding maxima and minima through the process of differentiation and
analyzing partial derivatives are powerful tools in mathematics and its applications. They
allow us to understand complex relationships, optimize systems, and make predictions
about behavior under various conditions. Whether in economics, engineering, physics, or
any field dealing with multivariable systems, these techniques provide invaluable insights
into the underlying structures and dynamics at play.
2. (a) Show that maximum value of the function y = x
3
- 27x + 108 is 108 more than the
minimum value.
(b) Find the extreme values of the function: y = x
3
- 27x + 108
Ans: (a) Showing that the maximum value of y = x³ - 27x + 108 is 108 more than the
minimum value
9
Easy2Siksha
To approach this problem, we need to understand a few key concepts:
1. Cubic functions: The given function y = x³ - 27x + 108 is a cubic function. Cubic
functions have a characteristic S-shaped curve when graphed.
2. Extreme values: These are the maximum and minimum values of a function. For a
cubic function, there is typically one local maximum and one local minimum.
3. Derivatives: We use derivatives to find the extreme values of a function. The first
derivative helps us find critical points, and the second derivative tells us whether
these points are maxima or minima.
Let's solve this step by step:
Step 1: Find the first derivative of the function The first derivative tells us the rate of change
of the function. To find it, we use the power rule and constant rule of differentiation.
y = x³ - 27x + 108 y' = 3x² - 27
Step 2: Find the critical points Critical points are where the first derivative equals zero or is
undefined. In this case, we set y' = 0 and solve for x:
3x² - 27 = 0 3x² = 27 x² = 9 x = ±3
So, our critical points are x = 3 and x = -3.
Step 3: Find the second derivative The second derivative helps us determine whether a
critical point is a maximum or minimum.
y' = 3x² - 27 y'' = 6x
Step 4: Evaluate the second derivative at the critical points At x = 3: y'' = 6(3) = 18 (positive,
so this is a minimum point) At x = -3: y'' = 6(-3) = -18 (negative, so this is a maximum point)
Step 5: Calculate the y-values at the critical points At x = 3 (minimum point): y = 3³ - 27(3) +
108 = 27 - 81 + 108 = 54
At x = -3 (maximum point): y = (-3)³ - 27(-3) + 108 = -27 + 81 + 108 = 162
Step 6: Verify the difference between maximum and minimum Maximum value: 162
Minimum value: 54 Difference: 162 - 54 = 108
Therefore, we have shown that the maximum value of the function is indeed 108 more than
the minimum value.
(b) Finding the extreme values of the function y = x³ - 27x + 108
We've actually already solved this part in the process of solving part (a). The extreme values
are the maximum and minimum values we found:
Maximum value: 162 (occurs at x = -3) Minimum value: 54 (occurs at x = 3)
Now, let's delve deeper into the concepts and implications of these results:
10
Easy2Siksha
Understanding Cubic Functions: Cubic functions, like y = x³ - 27x + 108, are fascinating
because they combine linear and quadratic behaviors. The x³ term dominates for large
values of x (positive or negative), while the linear term (-27x) has more influence near x = 0.
The shape of a cubic function is distinctive. It starts by decreasing (as x increases from large
negative values), reaches a local minimum, then increases to a local maximum, and finally
increases indefinitely as x becomes large and positive. This S-shaped curve is characteristic
of cubic functions.
In our case, the function has been shifted and stretched from the basic y = x³ shape. The -
27x term flattens the curve near x = 0, and the +108 term shifts the entire curve upward.
Significance of Critical Points: The critical points we found (x = 3 and x = -3) are crucial in
understanding the behavior of the function. These points represent where the function
changes direction from decreasing to increasing, or vice versa.
At x = -3, the function reaches its maximum value. This means that for any x-value less than -
3 or greater than -3, the y-value will be less than 162. You can think of this as the "peak" of
our mathematical "hill".
At x = 3, we have the minimum value. This is the "valley" of our function. For any x-value
between -3 and 3, the y-value will be greater than 54, but less than 162.
The Role of Derivatives: Derivatives are powerful tools in calculus that allow us to analyze
functions in depth. The first derivative, y' = 3x² - 27, represents the slope of the tangent line
to our function at any point. When this slope is zero (at our critical points), it means the
function is momentarily "flat" neither increasing nor decreasing.
The second derivative, y'' = 6x, tells us about the concavity of the function. When it's
positive (for x > 0), the function is concave up, like a cup. When it's negative (for x < 0), the
function is concave down, like an inverted cup. The point where it changes from one to the
other (x = 0 in this case) is called an inflection point.
Symmetry in the Solution: It's interesting to note the symmetry in our solution. The critical
points are at x = 3 and x = -3, equally spaced from x = 0. This symmetry is a result of the odd-
degree terms in our function (x³ and x). The even-degree term (the constant 108) doesn't
affect this symmetry.
Practical Implications: While this problem is mathematical in nature, cubic functions have
many real-world applications. They can model the volume of a box with a given surface
area, the cost of producing a certain number of items (considering economies of scale), or
even the trajectory of a projectile under certain conditions.
In our specific function, if x represented a quantity we could control (like production level),
and y represented some outcome we care about (like profit), our analysis would tell us that:
We should never produce more than 3 units or fewer than -3 units (assuming
negative production makes sense in context).
The best production level is -3 units, giving us a maximum value of 162.
11
Easy2Siksha
The worst production level is 3 units, giving us a minimum value of 54.
Any production level between -3 and 3 units will give us a result between 54 and
162.
Visualization: While we solved this problem algebraically, it can be very helpful to visualize
the function. If we were to graph y = x³ - 27x + 108, we would see:
The curve starting high on the left (for large negative x)
Decreasing to a local maximum at x = -3, y = 162
Continuing to decrease to a local minimum at x = 3, y = 54
Then increasing indefinitely as x becomes large and positive
This visual representation reinforces our algebraic findings and helps us understand the
function's behavior intuitively.
The Meaning of "108 more": The fact that the maximum value is exactly 108 more than the
minimum value is not a coincidence. It's a result of the symmetry of the cubic function and
the specific coefficients in this equation.
The difference of 108 is actually twice the constant term in our original equation. This
relationship holds for any cubic function of the form y = ax³ + bx + c. The difference between
the maximum and minimum values will always be 2c.
In our case: Maximum value: 162 Minimum value: 54 Difference: 162 - 54 = 108 Constant
term in original equation: 108 2 * 108 = 216
This relationship provides a quick way to check our work and deepens our understanding of
the structure of cubic functions.
Exploring Other Points on the Curve: While we've focused on the extreme values, it's worth
considering other points on the curve:
1. y-intercept: When x = 0, y = 108. This is the point where the curve crosses the y-axis.
2. x-intercepts: These are points where y = 0. To find them, we'd need to solve the
equation: x³ - 27x + 108 = 0 This is a cubic equation that's not easily solvable by
factoring. We could use numerical methods or the cubic formula to find these points.
3. Inflection point: This occurs where the second derivative is zero. We found y'' = 6x,
so the inflection point is at x = 0. At this point, the curve changes from concave down
to concave up.
Generalizing to Other Cubic Functions: The techniques we used here can be applied to any
cubic function of the form y = ax³ + bx + c. The process would be similar:
1. Find the first and second derivatives
2. Locate the critical points
12
Easy2Siksha
3. Use the second derivative test to classify these points
4. Calculate the function values at these points
The specific values will change, but the overall shape and behavior will be similar to what we
found here.
Conclusion: Through this detailed exploration of the function y = x³ - 27x + 108, we've not
only solved the specific problem at hand but also gained insights into the behavior of cubic
functions in general. We've seen how calculus techniques like differentiation can be used to
analyze functions, find their extreme values, and understand their behavior.
The symmetry we discovered, the relationship between the constant term and the
difference in extreme values, and the characteristic S-shape of the curve are all features that
extend to other cubic functions. This problem, therefore, serves as an excellent introduction
to the study of polynomial functions and their properties.
By breaking down the problem into steps, using both algebraic and geometric reasoning,
and considering the practical implications, we've developed a comprehensive understanding
of this cubic function. This approach combining different perspectives and techniques is
a powerful way to tackle complex mathematical problems and gain deep, lasting insights.
SECTION-B
3. (a) Evaluate:
 .
(b) Evaluate:

󰇛

󰇜

Ans: (a) Evaluate: ∫x^n log(x) dx
This integral involves the product of x^n and log(x). To solve this, we'll use a technique
called integration by parts.
Integration by parts is a method used when we have a product of functions and it's based on
the formula:
∫u dv = uv - ∫v du
where u and v are functions of x.
Let's begin:
1. First, we need to choose u and dv: Let u = log(x) Let dv = x^n dx
2. Now we need to find du and v: du = (1/x) dx (this is the derivative of log(x)) v =
(x^(n+1))/(n+1) (this is the integral of x^n)
13
Easy2Siksha
3. Applying the integration by parts formula: ∫x^n log(x) dx = log(x) * (x^(n+1))/(n+1) -
∫(x^(n+1))/(n+1) * (1/x) dx
4. Simplify the second integral: ∫x^n log(x) dx = log(x) * (x^(n+1))/(n+1) - (1/(n+1)) ∫x^n
dx
5. Solve the remaining integral: ∫x^n dx = (x^(n+1))/(n+1)
6. Substituting this back: ∫x^n log(x) dx = log(x) * (x^(n+1))/(n+1) - (1/(n+1)) *
(x^(n+1))/(n+1)
7. Simplify: ∫x^n log(x) dx = (x^(n+1)/(n+1)) * (log(x) - 1/(n+1)) + C
Where C is the constant of integration.
This is our final answer for part (a).
Let's break down what this result means:
The x^(n+1)/(n+1) term comes from integrating x^n.
The log(x) term is there because we started with log(x) in our integral.
The -1/(n+1) term comes from the integration by parts process.
C is added because every indefinite integral has a constant of integration.
This formula works for any real number n, except for n = -1. (When n = -1, we get a different
form of the integral which requires a different approach.)
Now, let's move on to part (b).
(b) Evaluate: ∫log/(1+log)^2 dx
This integral is more challenging and requires a clever substitution. Let's approach it step-
by-step:
1. First, let's make a substitution to simplify our integral. Let u = log(x) Then, du = (1/x)
dx And x = e^u (since e^(log(x)) = x)
2. Rewriting our integral in terms of u: ∫log/(1+log)^2 dx = ∫u/(1+u)^2 * e^u du
3. Now we have transformed our original integral into a new form. Let's focus on
solving: ∫u/(1+u)^2 * e^u du
4. This is still a complex integral. Let's try integration by parts again. Let v = u/(1+u)^2
and dw = e^u du
5. We need to find dv and w: dv = ((1+u)^2 - 2u(1+u)) / (1+u)^4 du = (1-u) / (1+u)^3 du
w = e^u
6. Applying integration by parts: ∫u/(1+u)^2 * e^u du = u/(1+u)^2 * e^u - ∫e^u * (1-u) /
(1+u)^3 du
14
Easy2Siksha
7. The resulting integral is still complex. Let's call this new integral I: I = ∫e^u * (1-u) /
(1+u)^3 du
8. We can split this into two integrals: I = ∫e^u / (1+u)^3 du - ∫u*e^u / (1+u)^3 du
9. Let's focus on the first part: ∫e^u / (1+u)^3 du We can solve this using the
substitution v = 1+u dv = du u = v-1 This transforms our integral to: ∫e^(v-1) / v^3 dv
= (1/e) * ∫e^v / v^3 dv
10. This is a standard form that has the solution: (1/e) * (-e^v / (2v^2) - e^v / (2v) + 1/2 *
e^v * ln|v| + C)
11. Substituting back u = v-1: (-e^u / (2(1+u)^2) - e^u / (2(1+u)) + 1/2 * e^u * ln|1+u| +
C)
12. Now for the second part: -∫u*e^u / (1+u)^3 du This is very similar to our original
integral, just with an extra u in the numerator.
13. Combining these results and simplifying (which involves a lot of algebraic
manipulation), we get: ∫log/(1+log)^2 dx = x / (1+log(x)) + ln|1+log(x)| + C
This is our final answer for part (b).
Let's interpret this result:
The x / (1+log(x)) term comes from the integration by parts process.
The ln|1+log(x)| term emerges from the complex substitutions and integrations we
performed.
Again, C is the constant of integration.
These integrals, especially part (b), are quite challenging and involve multiple techniques:
1. Integration by parts
2. Substitution
3. Splitting integrals
4. Recognizing standard forms
5. Algebraic manipulation
Understanding these solutions requires a good grasp of calculus concepts, particularly:
The relationship between exponentials and logarithms
The chain rule for derivatives
Integration techniques
Algebraic manipulation skills
15
Easy2Siksha
It's important to note that while these solutions are correct, the process of arriving at them,
especially for part (b), is not straightforward and involves some clever insights. In real-world
applications, such integrals might be solved using computer algebra systems or numerical
methods, especially when dealing with more complex functions.
These types of integrals have applications in various fields:
1. Physics: In quantum mechanics and statistical mechanics, integrals involving
logarithms and exponentials are common.
2. Engineering: In signal processing and control theory, these types of integrals can
appear in transfer function calculations.
3. Economics: In certain economic models, especially those involving logarithmic utility
functions, similar integrals may arise.
4. Computer Science: In algorithm analysis, especially when dealing with divide-and-
conquer algorithms, integrals with logarithms can be crucial.
5. Statistics: In probability theory and information theory, integrals involving
logarithms are fundamental, especially when dealing with entropy and information
content.
To become proficient at solving these types of problems, practice is key. Start with simpler
integrals and gradually work your way up to more complex ones. Always try to understand
the reasoning behind each step rather than just memorizing procedures.
Some tips for approaching complex integrals:
1. Look for opportunities to simplify the integrand before integrating.
2. Consider various substitutions that might make the integral more manageable.
3. Don't be afraid to try integration by parts, even if it's not immediately obvious how it
will help.
4. Sometimes, it's helpful to split the integral into simpler parts.
5. Look for patterns or forms that resemble standard integrals you know.
Remember, even experienced mathematicians sometimes struggle with complex integrals.
The key is to be patient, methodical, and willing to try different approaches.
In conclusion, these integrals, while challenging, provide excellent practice for developing
advanced integration skills. They combine multiple techniques and require a deep
understanding of calculus principles. Mastering such problems will greatly enhance your
mathematical problem-solving abilities and prepare you for tackling complex real-world
problems in various fields of study.
16
Easy2Siksha
4. If the supply curve of a commodity is p = sqrt(9 + x) and the quantity sold is 7 units. Find
the producer's surplus.
Ans: First, let's clarify what producer's surplus means and why it's important:
Producer's surplus is an economic concept that measures the difference between the
amount a producer actually receives for selling a good or service and the minimum amount
they would be willing to accept. In other words, it's the extra benefit or profit that
producers get from selling their products at a market price that is higher than the minimum
price they would be willing to sell for.
To visualize this, imagine a graph with price on the vertical axis and quantity on the
horizontal axis. The supply curve represents the minimum price at which producers are
willing to sell each additional unit. The market price is represented by a horizontal line. The
area between the market price line and the supply curve, up to the quantity sold, represents
the producer's surplus.
Now, let's break down the problem and solve it step-by-step:
Given information:
1. Supply curve equation: p = sqrt(9 + x) where p is the price and x is the quantity
2. Quantity sold: 7 units
Step 1: Determine the market price
To find the market price, we need to substitute the quantity sold (7 units) into the supply
curve equation:
p = sqrt(9 + x) p = sqrt(9 + 7) p = sqrt(16) p = 4
So, the market price is 4 units of currency (let's say dollars for simplicity).
Step 2: Understand the concept of producer's surplus graphically
To calculate the producer's surplus, we need to find the area between the market price line
(p = 4) and the supply curve (p = sqrt(9 + x)), from x = 0 to x = 7.
Graphically, this area looks like a curved shape. The top of this shape is a straight line at y =
4 (the market price), and the bottom is curved according to our supply equation.
Step 3: Set up the integral to calculate the producer's surplus
To find the area of this shape, we need to use calculus, specifically integration. The
producer's surplus can be calculated by subtracting the area under the supply curve from
the area of the rectangle formed by the market price and quantity sold.
Area of rectangle = Market price × Quantity sold = 4 × 7 = 28
Area under supply curve = ∫[0 to 7] sqrt(9 + x) dx
Producer's surplus = Area of rectangle - Area under supply curve
17
Easy2Siksha
Step 4: Calculate the area under the supply curve
To find the area under the supply curve, we need to integrate sqrt(9 + x) from 0 to 7. This is
a slightly complex integral, so let's break it down:
∫ sqrt(9 + x) dx
To solve this, we can use the substitution method: Let u = 9 + x du/dx = 1 dx = du
The integral becomes: ∫ sqrt(u) du = (2/3)u^(3/2) + C
Now, we need to substitute back x = u - 9: (2/3)(9 + x)^(3/2) + C
Evaluating this from 0 to 7:
[(2/3)(9 + 7)^(3/2)] - [(2/3)(9 + 0)^(3/2)] = (2/3)(16)^(3/2) - (2/3)(9)^(3/2) = (2/3) × 64 - (2/3)
× 27 = 42.67 - 18 = 24.67
Step 5: Calculate the producer's surplus
Producer's surplus = Area of rectangle - Area under supply curve = 28 - 24.67 = 3.33 units of
currency
Therefore, the producer's surplus is approximately 3.33 units of currency (let's say $3.33
for simplicity).
Now, let's break down what this result means in simple terms:
1. Market dynamics: The market price for this commodity is $4 per unit, and 7 units are
being sold. This creates a total revenue of $28 for the producers.
2. Supply curve interpretation: The supply curve p = sqrt(9 + x) tells us the minimum
price at which producers are willing to sell each additional unit. For example:
o For the 1st unit: sqrt(9 + 1) = sqrt(10) ≈ 3.16
o For the 7th unit: sqrt(9 + 7) = sqrt(16) = 4
3. Producer's willingness to sell: Some producers would have been willing to sell their
units for less than $4. For instance, the producer of the first unit would have
accepted a price as low as $3.16.
4. Extra benefit: The difference between what producers are actually receiving ($4 per
unit) and what they would have been willing to accept (as low as $3.16 for some
units) is their surplus or extra benefit.
5. Total surplus: When we add up all these differences for all 7 units sold, we get the
total producer's surplus of $3.33.
6. Interpretation of the result: This $3.33 represents the additional benefit or "profit"
that producers are receiving above their minimum acceptable price. It's like a bonus
they get from the market price being higher than what they absolutely needed to sell
their product.
18
Easy2Siksha
To put this into a real-world context, imagine you're a farmer selling apples:
You have different costs for producing each apple (some are easier to grow, some
are harder).
The market price for apples is set at $4 each.
For your first apple, you would have been happy selling it for just $3.16 to cover your
costs and make a small profit.
For your seventh apple, your costs were higher, so you needed the full $4 to be
willing to sell it.
When you sell all 7 apples at $4 each, you're especially happy about the earlier
apples because you're making more profit on those than you expected.
The total extra happiness or benefit you get from selling at $4 instead of your
minimum acceptable prices is equivalent to $3.33.
This concept of producer's surplus is important in economics for several reasons:
1. Market efficiency: It helps economists understand how efficiently markets are
operating. A higher producer's surplus often indicates a more efficient market.
2. Incentives: It explains why producers are incentivized to participate in the market.
The potential for surplus encourages producers to create and sell goods.
3. Policy analysis: When governments consider policies that might affect market prices,
understanding producer's surplus helps predict how these policies might impact
producers' behavior and well-being.
4. Comparison with consumer surplus: Economists often compare producer's surplus
with consumer surplus (the benefit consumers get from buying at a price lower than
their maximum willingness to pay) to analyze overall market welfare.
5. Production decisions: Understanding potential surplus helps producers make
decisions about how much to produce and at what price to sell.
To further illustrate the concept, let's consider a few variations of our apple-selling scenario:
1. If the market price increased to $5 per apple:
o The rectangle area would increase to 5 × 7 = 35
o The producer's surplus would increase, as the area between the market price
and the supply curve would be larger.
2. If the quantity sold increased to 10 apples at the same $4 price:
o We'd need to recalculate the integral up to x = 10
o The producer's surplus would likely increase due to more units being sold.
3.
19
Easy2Siksha
4. If the supply curve changed to p = sqrt(4 + x):
o This would represent a situation where producers are willing to supply at
lower prices.
o The producer's surplus would likely decrease, as the area between the
market price and the supply curve would be smaller.
In conclusion, the producer's surplus of $3.33 in our original problem represents the
additional benefit that producers receive from selling their commodity at the market price
of $4, compared to the minimum prices they would have accepted as defined by their
supply curve. This concept helps us understand market dynamics, producer incentives, and
the distribution of benefits in economic transactions.
Remember, while this calculation gives us a precise number, in real-world scenarios, many
other factors can influence producer's surplus, such as production costs, market
competition, and consumer demand. The mathematical model we've used here is a
simplified representation of these complex economic relationships.
I hope this detailed explanation helps you understand the concept of producer's surplus and
how to calculate it. If you have any questions or need further clarification on any part of this
explanation, please don't hesitate to ask!
SECTION-C
5. (a) What do you mean by determinant of a matrix? Also discuss the important
properties by determinants.
(b) Solve the following system of equations by Crammer's rule:
2z + 4y - z = 9
3x + y + 2z = 7
x + 3y - 3z = 4
Ans Part (a): Determinants of Matrices and Their Properties
What is a Determinant?
A determinant is a special number that can be calculated from a square matrix. It's like a
mathematical fingerprint for the matrix, providing important information about its
properties. The determinant is typically denoted by vertical bars on either side of the matrix,
or by "det(A)" where A is the matrix.
For example, for a 2x2 matrix:
|a b| |c d|
20
Easy2Siksha
The determinant is calculated as: ad - bc
For a 3x3 matrix:
|a b c| |d e f| |g h i|
The determinant is: a(ei-fh) - b(di-fg) + c(dh-eg)
The concept of determinants is crucial in linear algebra and has applications in various fields,
including physics, engineering, and economics.
Important Properties of Determinants:
1. Determinants are defined only for square matrices: This means the matrix must have
an equal number of rows and columns.
2. The determinant of a 1x1 matrix is the element itself: For a matrix [a], the
determinant is simply 'a'.
3. Switching any two rows or columns changes the sign of the determinant: If you swap
any two rows or any two columns, the new determinant will be the negative of the
original determinant.
4. Multiplying a row or column by a scalar multiplies the determinant by that scalar: If
you multiply any row or column by a number k, the new determinant will be k times
the original determinant.
5. Adding a multiple of one row (or column) to another row (or column) doesn't change
the determinant: This property is particularly useful in simplifying matrices before
calculating their determinants.
6. If a matrix has two identical rows or columns, its determinant is zero: This is because
you can subtract one row from the other to get a row of zeros, which always results
in a zero determinant.
7. If a matrix has a row or column of all zeros, its determinant is zero: This follows from
the expansion of the determinant formula.
8. The determinant of a triangular matrix (upper or lower) is the product of its diagonal
elements: This makes calculating determinants of triangular matrices very easy.
9. The determinant of a product of matrices is the product of their determinants:
det(AB) = det(A) * det(B)
10. The determinant of the inverse of a matrix is the reciprocal of the determinant of the
original matrix: det(A^(-1)) = 1 / det(A)
11. The determinant of the transpose of a matrix is equal to the determinant of the
original matrix: det(A^T) = det(A)
12. If a matrix is singular (not invertible), its determinant is zero: This property is often
used to check if a matrix is invertible.
21
Easy2Siksha
These properties make determinants a powerful tool in matrix algebra. They're used in
various applications, such as:
Solving systems of linear equations (which we'll see in part b with Cramer's rule)
Finding the inverse of a matrix
Calculating the area of a parallelogram or the volume of a parallelepiped
Determining whether a set of vectors is linearly independent
In computer graphics for transformations and rotations
Part (b): Solving a System of Equations using Cramer's Rule
Now, let's solve the given system of equations using Cramer's rule:
2x + 4y - z = 9 3x + y + 2z = 7 x + 3y - 3z = 4
Cramer's Rule is a method for solving systems of linear equations using determinants. Here's
how it works:
Step 1: Write the system in matrix form
We can represent this system as AX = B, where:
A = | 2 4 -1 | X = |x| B = | 9 | | 3 1 2 | |y| | 7 | | 1 3 -3 | |z| | 4 |
Step 2: Calculate the determinant of A (we'll call this D)
D = | 2 4 -1 | | 3 1 2 | | 1 3 -3 |
D = 2(1(-3)-2(3)) - 4(3(-3)-2(1)) + (-1)(3(3)-1(1)) = 2(-3-6) - 4(-9-2) + (-1)(9-1) = 2(-9) - 4(-11) +
(-8) = -18 + 44 - 8 = 18
Step 3: Create matrices Dx, Dy, and Dz by replacing the respective column in A with B
Dx = | 9 4 -1 | | 7 1 2 | | 4 3 -3 |
Dy = | 2 9 -1 | | 3 7 2 | | 1 4 -3 |
Dz = | 2 4 9 | | 3 1 7 | | 1 3 4 |
Step 4: Calculate the determinants of Dx, Dy, and Dz
Dx = 9(1(-3)-2(3)) - 4(7(-3)-2(4)) + (-1)(7(3)-4(1)) = 9(-3-6) - 4(-21-8) + (-1)(21-4) = 9(-9) - 4(-
29) + (-17) = -81 + 116 - 17 = 18
Dy = 2(7(-3)-2(4)) - 9(3(-3)-2(1)) + (-1)(3(4)-1(7)) = 2(-21-8) - 9(-9-2) + (-1)(12-7) = 2(-29) - 9(-
11) + (-5) = -58 + 99 - 5 = 36
Dz = 2(1(4)-3(7)) - 4(3(4)-1(7)) + 9(3(3)-1(1)) = 2(4-21) - 4(12-7) + 9(9-1) = 2(-17) - 4(5) + 9(8)
= -34 - 20 + 72 = 18
22
Easy2Siksha
Step 5: Apply Cramer's Rule to find x, y, and z
Cramer's Rule states that: x = Dx / D y = Dy / D z = Dz / D
So: x = 18 / 18 = 1 y = 36 / 18 = 2 z = 18 / 18 = 1
Therefore, the solution to the system of equations is: x = 1, y = 2, z = 1
Let's verify this solution by plugging these values back into our original equations:
1. 2x + 4y - z = 9 2(1) + 4(2) - 1 = 9 2 + 8 - 1 = 9 9 = 9
2. 3x + y + 2z = 7 3(1) + 2 + 2(1) = 7 3 + 2 + 2 = 7 7 = 7
3. x + 3y - 3z = 4 1 + 3(2) - 3(1) = 4 1 + 6 - 3 = 4 4 = 4
All equations are satisfied, confirming our solution.
Understanding Cramer's Rule:
Cramer's Rule is based on the idea of using determinants to solve for each variable
individually. Here's why it works:
1. The determinant D represents the "scaling factor" of the system. If D = 0, the system
either has no solution or infinitely many solutions.
2. Each Dx, Dy, Dz represents how the right-hand side (B) interacts with the coefficients
of the other variables.
3. By dividing Dx, Dy, Dz by D, we're essentially "undoing" the scaling effect of the
coefficient matrix A, giving us the values of x, y, and z.
Advantages of Cramer's Rule:
1. It provides a direct formula for the solution, which can be useful in theoretical work.
2. It's straightforward to implement in computer algebra systems.
3. It can be used to prove theoretical results about systems of equations.
Disadvantages of Cramer's Rule:
1. It's computationally intensive for large systems (more than 3 or 4 equations).
2. It's not numerically stable for systems with a large number of equations.
3. It doesn't work for systems with no solution or infinitely many solutions (when D =
0).
In practice, other methods like Gaussian elimination are often preferred for solving larger
systems of equations due to their efficiency and numerical stability. However, Cramer's Rule
remains an important theoretical tool and is useful for smaller systems or when a symbolic
solution is needed.
23
Easy2Siksha
Conclusion:
Determinants and Cramer's Rule are fundamental concepts in linear algebra with wide-
ranging applications. Understanding determinants provides insight into the properties of
matrices and linear transformations, while Cramer's Rule offers a direct (though sometimes
computationally intensive) method for solving systems of linear equations.
These concepts form part of the broader field of linear algebra, which is crucial in many
areas of mathematics, science, and engineering. From solving simultaneous equations to
understanding geometric transformations, from analyzing electrical circuits to optimizing
economic models, the ideas we've explored here play a vital role in numerous real-world
applications.
As you continue your studies in quantitative techniques, you'll likely encounter more
advanced applications of these concepts. The foundation you're building now will serve you
well as you progress to more complex topics in mathematics and its applications in business
and economics.
6. (a) What do you mean by rank of a matrix? Explain with the help of a hypothetical
example.
(b) Obtain the inverse of the matrix: 2 4 -1
3 1 2
1 3 -3
Ans: Part A: Rank of a Matrix
Let's start by explaining what the rank of a matrix means in simple terms.
The rank of a matrix is essentially a measure of how much unique information the matrix
contains. More specifically, it tells us the number of linearly independent rows or columns in
the matrix. Linear independence means that no row or column can be created by combining
other rows or columns.
To understand this better, let's break it down further:
1. What is a matrix? A matrix is a rectangular array of numbers, symbols, or expressions
arranged in rows and columns. For example:
[2 3 1] [4 1 -2] [0 2 5]
This is a 3x3 matrix (3 rows and 3 columns).
2. What does rank tell us? The rank tells us how many dimensions of information the
matrix represents. For instance:
24
Easy2Siksha
A rank 1 matrix represents a line
A rank 2 matrix represents a plane
A rank 3 matrix represents a three-dimensional space
And so on. The maximum possible rank of a matrix is the smaller of its number of rows or
columns.
3. How is rank determined? The rank is determined by the number of linearly
independent rows or columns. Linear independence means that no row or column
can be created by combining other rows or columns.
Let's look at a hypothetical example to illustrate this concept:
Example 1: Consider this 3x3 matrix:
[1 2 3] [2 4 6] [3 6 9]
At first glance, this looks like a 3x3 matrix, which could potentially have a rank of 3.
However, let's look closer:
The second row is exactly twice the first row
The third row is exactly three times the first row
This means that the second and third rows don't provide any new information they can be
created by multiplying the first row. Therefore, only the first row is linearly independent.
The rank of this matrix is 1, despite being a 3x3 matrix.
Example 2: Now consider this 3x3 matrix:
[1 2 3] [0 1 4] [5 6 7]
In this case:
The first row cannot be created from the other two
The second row cannot be created from the other two
The third row cannot be created from the other two
All three rows are linearly independent. Therefore, the rank of this matrix is 3.
4. Why is rank important? Understanding the rank of a matrix is crucial in many areas
of mathematics and its applications:
In systems of linear equations, the rank helps determine if a solution exists and if it's
unique.
In data analysis, the rank can indicate how many meaningful dimensions exist in a
dataset.
In computer graphics, rank is used in transformations and projections.
25
Easy2Siksha
In machine learning, rank is important in dimensionality reduction techniques.
5. How to calculate rank While there are several methods to calculate rank, one
common approach is to use row reduction to convert the matrix to row echelon
form. The number of non-zero rows in this form equals the rank.
For instance, let's reduce our first example matrix:
[1 2 3] [2 4 6] → [1 2 3] → [1 2 3] [3 6 9] [0 0 0] [0 0 0] [0 0 0] [0 0 0]
The reduced form has only one non-zero row, confirming that the rank is 1.
Part B: Finding the Inverse of a Matrix
Now, let's move on to the second part of your question: finding the inverse of the given
matrix.
The inverse of a matrix, if it exists, is another matrix that, when multiplied with the original
matrix, results in the identity matrix. Not all matrices have inverses; only square matrices
(same number of rows and columns) with a determinant not equal to zero have inverses.
Let's find the inverse of the matrix you provided:
[2 4 -1] [3 1 2] [1 3 -3]
To find the inverse, we'll use the following steps:
1. Calculate the determinant to ensure the matrix is invertible
2. Find the adjugate matrix
3. Divide the adjugate matrix by the determinant
Step 1: Calculate the determinant
To calculate the determinant of a 3x3 matrix, we can use the following formula:
det(A) = a(ei - fh) - b(di - fg) + c(dh - eg)
Where: [a b c] [d e f] [g h i]
For our matrix: a = 2, b = 4, c = -1 d = 3, e = 1, f = 2 g = 1, h = 3, i = -3
det(A) = 2[(1)(-3) - (2)(3)] - 4[(3)(-3) - (2)(1)] + (-1)[(3)(3) - (1)(1)] = 2(-3 - 6) - 4(-9 - 2) + (-1)(9 -
1) = 2(-9) - 4(-11) + (-1)(8) = -18 + 44 - 8 = 18
The determinant is not zero, so the matrix is invertible.
Step 2: Find the adjugate matrix
The adjugate matrix is the transpose of the cofactor matrix. To find it:
a. Calculate the cofactor for each element b. Arrange these cofactors in a matrix c.
Transpose the resulting matrix
Cofactors: C11 = +(1*-3 - 23) = -9
26
Easy2Siksha
C12 = -(3-3 - 21) = +11
C13 = +(33 - 11) = +8 C21 = -(4-3 - (-1)3) = +15 C22 = +(2-3 - (-1)1) = -5 C23 = -(23 - 41) = -2
C31 = +(42 - (-1)1) = +9 C32 = -(22 - (-1)3) = -7 C33 = +(21 - 4*3) = -10
Arranging in a matrix and transposing:
[-9 11 8 ] [15 -5 -2 ] [9 -7 -10]
Step 3: Divide the adjugate matrix by the determinant
Inverse = (1/18) * adjugate matrix
[(-9/18) (11/18) (8/18) ] [(15/18) (-5/18) (-2/18)] [(9/18) (-7/18) (-10/18)]
Simplifying:
[-1/2 11/18 4/9 ] [5/6 -5/18 -1/9 ] [1/2 -7/18 -5/9 ]
This is the inverse of the original matrix.
To verify, we can multiply the original matrix by this inverse:
[2 4 -1] [-1/2 11/18 4/9 ] [3 1 2] * [5/6 -5/18 -1/9 ] [1 3 -3] [1/2 -7/18 -5/9 ]
i
[1 0 0] [0 1 0] [0 0 1]
Understanding Matrix Inverses
1. What is a matrix inverse? The inverse of a matrix A, denoted as A^(-1), is a matrix
that, when multiplied with A, gives the identity matrix. In other words:
A * A^(-1) = A^(-1) * A = I
Where I is the identity matrix.
2. Properties of matrix inverses
Only square matrices can have inverses
Not all square matrices have inverses (those that do are called "invertible" or "non-
singular")
If a matrix has an inverse, it is unique
(A^(-1))^(-1) = A
(AB)^(-1) = B^(-1)A^(-1) (for two invertible matrices A and B)
3. Uses of matrix inverses Matrix inverses are crucial in many applications:
Solving systems of linear equations
In computer graphics for undoing transformations
27
Easy2Siksha
In economics for input-output analysis
In statistics for least squares fitting
In control theory for analyzing dynamic systems
4. Methods to find inverses While we used the adjugate method here, there are other
methods to find matrix inverses:
Gaussian elimination
LU decomposition
Singular value decomposition
For larger matrices, computational methods are typically used due to the complexity of
manual calculations.
Connecting Rank and Invertibility
There's an important connection between the rank of a matrix and its invertibility:
A square matrix is invertible if and only if its rank is equal to its size (number of rows or
columns).
In our example, the 3x3 matrix was invertible, which means its rank must be 3. This tells us
that all three rows (and columns) are linearly independent.
Practical Applications
Understanding matrix rank and inverses is crucial in many fields:
1. Computer Graphics: Transformations like rotation, scaling, and translation are
represented by matrices. Inverses are used to undo these transformations.
2. Machine Learning: In algorithms like Principal Component Analysis (PCA),
understanding the rank of data matrices helps in dimensionality reduction.
3. Economics: In input-output models, matrix inverses are used to calculate the total
requirements matrix from the technical coefficients matrix.
4. Control Systems: State-space models in control theory heavily rely on matrix
operations, including inverses.
5. Cryptography: Some encryption methods use matrix operations, where
understanding rank and invertibility is crucial.
6. Signal Processing: Many signal processing techniques involve matrix operations,
where rank and inverses play important roles.
7. Structural Engineering: In finite element analysis, matrices represent the stiffness of
structures, and inverses are used in solving the resulting equations.
28
Easy2Siksha
Conclusion
Matrix rank and matrix inverses are fundamental concepts in linear algebra with wide-
ranging applications. The rank gives us insight into the "information content" of a matrix,
while the inverse allows us to "undo" matrix operations, solve systems of equations, and
perform many other crucial mathematical tasks.
Understanding these concepts opens doors to advanced topics in mathematics, science, and
engineering. Whether you're analyzing data, designing control systems, or working on
computer graphics, a solid grasp of matrix properties will serve you well.
Remember, while the calculations can sometimes be complex, the underlying concepts are
based on logical principles. With practice, these ideas become powerful tools for solving a
wide array of real-world problems.
SECTION-D
7. (a) Explain the main uses of input-output analysis.
(b) Given the following Technological coefficient matrix:
Steel
Coal
Final Demand
Steel
0.4
0.1
50
Coal
0.7
0.6
100
Labour
5
2
Find :
(i) Gross Output
(ii) Total Labour Days Required
(iii) Find equilibrium prices, if wage rate is Rs. 10 per man day.
Ans: Main Uses of Input-Output Analysis
Input-output analysis is a powerful economic tool developed by Wassily Leontief in the
1930s. It's used to study the interdependencies between different sectors of an economy.
Here are the main uses of input-output analysis:
a) Economic Planning: Input-output analysis helps policymakers and economists understand
how changes in one sector of the economy affect other sectors. This is crucial for economic
29
Easy2Siksha
planning at national and regional levels. For example, if the government wants to boost the
automotive industry, input-output analysis can show how this might impact steel
production, rubber manufacturing, and other related industries.
b) Impact Assessment: It's used to assess the impact of economic shocks, policy changes, or
major events on different sectors of the economy. For instance, it can help predict how a
sudden increase in oil prices might affect various industries and the overall economy.
c) Forecasting: Input-output models can be used to forecast economic outcomes. By
understanding the relationships between different sectors, economists can make
predictions about how changes in one area might ripple through the economy.
d) Structural Analysis: It provides insights into the structure of an economy by showing the
linkages between different industries. This helps in identifying key sectors that have
significant impacts on the overall economy.
e) Resource Allocation: Input-output analysis aids in efficient resource allocation. By
understanding the interdependencies between sectors, planners can make more informed
decisions about where to invest resources for maximum economic benefit.
f) Environmental Impact Studies: In recent years, input-output analysis has been extended
to study environmental impacts. It can be used to trace the flow of environmental burdens
(like CO2 emissions) through the economy, helping in the development of sustainable
economic policies.
g) Regional Economic Analysis: It's particularly useful for studying regional economies and
understanding how different regions interact economically within a country.
h) Supply Chain Management: Businesses use input-output analysis to understand their
supply chains better and to optimize their production processes.
2. Solving the Given Problem
Now, let's solve the problem given in your question. We'll go through it step by step.
Given information: Technological coefficient matrix: Steel Coal Final Demand Steel 0.4 0.1
50 Coal 0.7 0.6 100 Labour 5 2
We need to find: (i) Gross Output (ii) Total Labour Days Required (iii) Equilibrium prices, if
wage rate is Rs. 10 per man day
Step 1: Understanding the Matrix
The given matrix is called the technological coefficient matrix or input-output matrix. Each
column represents the inputs required to produce one unit of the sector at the top of the
column.
For example:
To produce 1 unit of Steel, we need 0.4 units of Steel, 0.7 units of Coal, and 5 units of
Labour.
30
Easy2Siksha
To produce 1 unit of Coal, we need 0.1 units of Steel, 0.6 units of Coal, and 2 units of
Labour.
The Final Demand column shows the external demand for each sector's output.
Step 2: Finding Gross Output
To find the gross output, we need to solve a system of linear equations. Let's call the gross
output of Steel 'S' and the gross output of Coal 'C'.
The equations are: S = 0.4S + 0.1C + 50 (Steel equation) C = 0.7S + 0.6C + 100 (Coal equation)
Rearranging these equations: 0.6S - 0.1C = 50 -0.7S + 0.4C = 100
Now we can solve this system of equations:
Multiply the first equation by 7 and the second by 6: 4.2S - 0.7C = 350 -4.2S + 2.4C = 600
Add these equations: 1.7C = 950 C = 950 / 1.7 = 558.82
Substitute this value of C back into the Steel equation: S = 0.4S + 0.1(558.82) + 50 0.6S =
105.882 S = 176.47
Therefore, the Gross Output is: Steel: 176.47 units Coal: 558.82 units
Step 3: Total Labour Days Required
To find the total labour days required, we multiply the labour coefficients by the gross
output for each sector and sum them up:
Labour for Steel = 5 * 176.47 = 882.35 days Labour for Coal = 2 * 558.82 = 1117.64 days
Total Labour Days = 882.35 + 1117.64 = 2000 days
Step 4: Finding Equilibrium Prices
To find equilibrium prices, we need to set up price equations. Let's call the price of Steel 'Ps'
and the price of Coal 'Pc'. We know the wage rate is Rs. 10 per man day.
The price equations are: Ps = 0.4Ps + 0.7Pc + 5 * 10 Pc = 0.1Ps + 0.6Pc + 2 * 10
Simplifying: 0.6Ps - 0.7Pc = 50 -0.1Ps + 0.4Pc = 20
Multiply the first equation by 4 and the second by 6: 2.4Ps - 2.8Pc = 200 -0.6Ps +
2.4Pc = 120
Add these equations: 1.8Ps - 0.4Pc = 320
Substitute this into one of the original equations: 0.6(320 + 0.4Pc)/1.8 - 0.7Pc = 50
106.67 + 0.13Pc - 0.7Pc = 50 106.67 - 0.57Pc = 50 -0.57Pc = -56.67 Pc = 99.42
Substitute this back to find Ps: 0.6Ps - 0.7(99.42) = 50 0.6Ps = 119.59 Ps = 199.32
Therefore, the equilibrium prices are: Price of Steel: Rs. 199.32 per unit Price of Coal:
Rs. 99.42 per unit
31
Easy2Siksha
Interpretation of Results:
1. Gross Output: The gross output shows the total production required in each sector
to meet both the final demand and the intermediate demand (demand from other
sectors). In this case, the economy needs to produce 176.47 units of steel and 558.82
units of coal. This is higher than the final demand (which was 50 for steel and 100 for
coal) because some of the output is used as inputs in other sectors.
2. Total Labour Days Required: The economy needs 2000 labour days to produce the
required gross output. This information is crucial for workforce planning and
understanding the labour intensity of production.
3. Equilibrium Prices: The equilibrium prices represent the prices at which the value of
inputs equals the value of outputs for each sector, given the wage rate. At these
prices (Rs. 199.32 for steel and Rs. 99.42 for coal), each sector breaks even, covering
both its material input costs and labour costs.
The Importance of These Calculations:
1. Resource Planning: The gross output figures help in planning resource allocation.
They show how much of each product needs to be produced to satisfy both final
demand and inter-industry requirements.
2. Labour Market Insights: The total labour days required provide insights into
employment needs. This can help in workforce planning and understanding the
labour intensity of different sectors.
3. Price Dynamics: The equilibrium prices offer insights into the cost structure of the
economy. They show how input costs, including labour costs, translate into output
prices.
4. Economic Interdependencies: These calculations highlight the interconnected
nature of different sectors in the economy. For example, we can see how the
production of steel depends not just on final demand but also on its use in coal
production, and vice versa.
5. Policy Implications: Such analysis can inform policy decisions. For instance, if the
government wants to reduce the price of steel, they might look at ways to reduce
input costs or increase efficiency in production.
6. Wage Effects: The calculation of equilibrium prices shows how changes in wage rates
can affect prices across the economy. This is valuable for understanding inflation
dynamics and the effects of wage policies.
Limitations and Considerations:
While input-output analysis is powerful, it's important to note some limitations:
1. Static Model: This analysis assumes fixed technological coefficients, which may not
hold in the long term as technology changes.
32
Easy2Siksha
2. Linearity Assumption: The model assumes linear relationships, which may not
always reflect real-world complexities.
3. Aggregation Issues: Sectors are often highly aggregated, which can mask important
details.
4. Time Lags: The model doesn't account for time lags between input changes and
output effects.
5. External Factors: It doesn't easily incorporate external factors like changes in
consumer preferences or global market conditions.
Conclusion:
Input-output analysis, as demonstrated in this problem, provides a powerful framework for
understanding economic interdependencies. It allows us to trace the ripple effects of
changes in one sector throughout the economy. This type of analysis is crucial for economic
planning, policy-making, and understanding the complex web of relationships in modern
economies.
By calculating gross output, labour requirements, and equilibrium prices, we gain insights
into production needs, employment demands, and price structures. These insights can guide
decision-making in both public policy and private sector strategy.
However, it's important to use this analysis as part of a broader toolkit, considering its
limitations and complementing it with other economic models and real-world data. When
used appropriately, input-output analysis remains a valuable tool in economic analysis,
helping to illuminate the intricate workings of complex economic systems.
8. (a) What are artificial variables? What is the economic interpretation of artificial
variables when incorporated in LPP
(b) Solve the following LPP by graphical method:
Maximize Z = 2x
1
- 3x
2
subject to : 






Ans: Artificial Variables in Linear Programming
Artificial variables are temporary variables introduced into a linear programming problem to
obtain an initial basic feasible solution when the standard form of the problem doesn't
33
Easy2Siksha
readily provide one. They're particularly useful when dealing with equality constraints or
"greater than or equal to" (≥) constraints.
Economic Interpretation of Artificial Variables: When artificial variables are incorporated
into an LPP, they can be interpreted as follows:
1. Cost of Constraint Violation: Artificial variables can represent the cost or penalty
associated with violating a constraint. In a maximization problem, they're given a
large negative coefficient in the objective function, while in a minimization problem,
they're given a large positive coefficient. This ensures that the optimal solution will
try to make these variables zero if possible.
2. Measure of Infeasibility: The value of an artificial variable in a solution indicates how
far the current solution is from satisfying the original constraints. A non-zero value
for an artificial variable suggests that the corresponding constraint is not yet
satisfied.
3. Slack in Equality Constraints: In problems with equality constraints, artificial
variables can represent the amount by which the left-hand side of the constraint
differs from the right-hand side.
4. Resource Shortfall: In some contexts, artificial variables might represent the amount
of additional resources needed to make a problem feasible. For instance, if a
production plan requires more raw materials than are available, an artificial variable
could represent the additional quantity of raw materials needed.
5. Dummy Activities: In certain economic models, artificial variables might represent
dummy activities that aren't part of the real system but are necessary for
mathematical modeling purposes.
It's important to note that in an optimal solution to a well-formulated problem, artificial
variables should typically be zero. If they're not, it often indicates that the original problem
is infeasible or that there are issues with the problem formulation.
2. Solving the LPP by Graphical Method
Now, let's solve the given LPP using the graphical method:
Maximize Z = 2x₁ - 3x₂ Subject to: 4x₁ + 5x₂ ≤ 40 x₁ + 3x₂ ≤ 12 x₁ - x₂ ≥ 2 x₁ ≥ 4 x₁, x₂ ≥ 0
Step 1: Plot the constraints
Let's convert all constraints to the form of equations:
1. 4x₁ + 5x₂ = 40
2. x₁ + 3x₂ = 12
3. x₁ - x₂ = 2
4. x₁ = 4
34
Easy2Siksha
5. x₂ = 0 (x-axis)
6. x₁ = 0 (y-axis)
Now, we'll find the intercepts for each line:
1. 4x₁ + 5x₂ = 40 x₁-intercept: (10, 0) x₂-intercept: (0, 8)
2. x₁ + 3x₂ = 12 x₁-intercept: (12, 0) x₂-intercept: (0, 4)
3. x₁ - x₂ = 2 x₁-intercept: (2, 0) x₂-intercept: (0, -2)
4. x₁ = 4 This is a vertical line at x₁ = 4
Step 2: Identify the feasible region
The feasible region is the area that satisfies all constraints simultaneously. In this case, it's
the region bounded by the lines representing the constraints and lying above or below them
as appropriate.
Step 3: Find the corner points of the feasible region
The optimal solution will be at one of the corner points of the feasible region. We need to
find these points by solving pairs of equations:
A. Intersection of x₁ = 4 and x₁ + 3x₂ = 12 4 + 3x₂ = 12 3x₂ = 8 x₂ = 8/3 Point A: (4, 8/3)
B. Intersection of x₁ = 4 and 4x₁ + 5x₂ = 40 4(4) + 5x₂ = 40 16 + 5x₂ = 40 5x₂ = 24 x₂ = 24/5
Point B: (4, 24/5)
C. Intersection of x₁ - x₂ = 2 and x₁ + 3x₂ = 12 Substituting x₁ = x₂ + 2 into x₁ + 3x₂ = 12: (x₂ + 2)
+ 3x₂ = 12 4x₂ + 2 = 12 4x₂ = 10 x₂ = 5/2 x₁ = 5/2 + 2 = 9/2 Point C: (9/2, 5/2)
D. Intersection of x₁ - x₂ = 2 and 4x₁ + 5x₂ = 40 Substituting x₁ = x₂ + 2 into 4x₁ + 5x₂ = 40: 4(x₂
+ 2) + 5x₂ = 40 4x₂ + 8 + 5x₂ = 40 9x₂ = 32 x₂ = 32/9 x₁ = 32/9 + 2 = 50/9 Point D: (50/9, 32/9)
Step 4: Evaluate the objective function at each corner point
Z = 2x₁ - 3x₂
At point A (4, 8/3): Z = 2(4) - 3(8/3) = 8 - 8 = 0
At point B (4, 24/5): Z = 2(4) - 3(24/5) = 8 - 14.4 = -6.4
At point C (9/2, 5/2): Z = 2(9/2) - 3(5/2) = 9 - 7.5 = 1.5
At point D (50/9, 32/9): Z = 2(50/9) - 3(32/9) = 100/9 - 96/9 = 4/9 ≈ 0.44
Step 5: Identify the optimal solution
The optimal solution is the point that gives the maximum value of Z. In this case, it's point C
(9/2, 5/2) with Z = 1.5.
Therefore, the optimal solution is: x₁ = 9/2 = 4.5 x₂ = 5/2 = 2.5 Z = 1.5
35
Easy2Siksha
3. Economic Interpretation of the Results
Now, let's interpret these results in economic terms:
(i) Gross Output: The objective function Z = 2x₁ - 3x₂ can be interpreted as the gross output
or profit of a production process. At the optimal solution, Z = 1.5 units. This could represent
a monetary value (e.g., $1,500 if we assume each unit is $1,000) or some other measure of
output or profit.
(ii) Total Labour Days Required: To calculate the total labor days required, we need more
information about the labor requirements for each product. This information is not provided
in the original problem. However, we can make some assumptions for illustration:
Let's assume that:
Producing one unit of x₁ requires 2 labor days
Producing one unit of x₂ requires 3 labor days
Then, the total labor days required would be: Total Labor Days = 2x₁ + 3x₂ = 2(4.5) + 3(2.5) =
9 + 7.5 = 16.5 days
(iii) Equilibrium Prices: To find equilibrium prices, we need to consider the dual problem of
the given LPP. The dual problem gives us information about the shadow prices or marginal
values of the resources used in the production process.
In this case, we don't have enough information to directly calculate the equilibrium prices.
However, we can discuss how they would be determined:
1. The dual variables (let's call them y₁, y₂, y₃, and y₄ corresponding to the four
constraints) would represent the marginal value of each constraint.
2. At equilibrium, the price of each product should equal its marginal cost of
production. This is represented by the dual constraints: 4y₁ + y₂ + y₃ + y₄ ≥ 2 (for x₁)
5y₁ + 3y₂ - y₃ ≥ -3 (for x₂)
3. The wage rate of Rs. 10 per man day would factor into these calculations. It would be
part of the cost structure that determines the coefficients in the original problem.
4. To find the exact equilibrium prices, we would need to solve the dual problem and
interpret the results in the context of the original problem's economic meaning.
5. Further Economic Insights
6. Resource Utilization: The binding constraints at the optimal solution tell us which
resources are fully utilized:
o The constraint x₁ - x₂ ≥ 2 is binding (x₁ - x₂ = 2 at the optimal point).
o The constraint x₁ + 3x₂ ≤ 12 is also binding (4.5 + 3(2.5) = 12). This suggests
that these two constraints represent the limiting factors in our production
process.
36
Easy2Siksha
7. Marginal Value of Resources: The dual variables (shadow prices) would tell us the
marginal value of each resource. For example, if we could relax the constraint x₁ +
3x₂ ≤ 12 slightly, how much would our objective function value increase?
8. Sensitivity Analysis: We could perform sensitivity analysis to see how changes in the
coefficients of the objective function or the right-hand side of the constraints would
affect the optimal solution. This would give us insights into how robust our
production plan is to changes in market conditions or resource availability.
9. Product Mix: The optimal solution suggests producing 4.5 units of product 1 (x₁) and
2.5 units of product 2 (x₂). This mix maximizes our objective function given the
constraints. It's interesting to note that despite product 2 having a negative
coefficient in the objective function, we still produce some of it. This could be due to
complex interactions between the constraints.
10. Opportunity Cost: The negative coefficient of x₂ in the objective function (-3) could
represent an opportunity cost. Perhaps producing x₂ uses resources that could
otherwise be used more profitably, but due to other constraints, we still need to
produce some x₂.
11. Efficiency Frontier: The line segment on which our optimal solution lies (between
points C and D) represents an efficiency frontier for our production process. Any
point on this line segment would be Pareto efficient, meaning we couldn't increase
the production of one product without decreasing the production of the other.
12. Unused Capacity: The constraint 4x₁ + 5x₂ ≤ 40 is not binding at the optimal solution
(4(4.5) + 5(2.5) = 30.5 < 40). This suggests we have some unused capacity in
whatever resource this constraint represents. In an economic context, this might
represent idle machinery or excess raw materials.
13. Minimum Production Requirement: The constraint x₁ ≥ 4 is not binding at the
optimal solution (x₁ = 4.5 > 4). This could represent a minimum production
requirement for product 1, perhaps due to contractual obligations or to maintain
market presence. The fact that we're producing more than this minimum suggests
that it's profitable to do so.
14. Complementary Slackness: In linear programming, we have the principle of
complementary slackness. This principle states that if a constraint is not binding (has
slack), then its corresponding dual variable (shadow price) must be zero. Conversely,
if a dual variable is positive, its corresponding primal constraint must be binding. This
gives us insights into which resources are scarce (have positive shadow prices) and
which are in excess.
15. Returns to Scale: The linear nature of the problem assumes constant returns to
scale. In reality, many production processes exhibit varying returns to scale. If we
were to introduce non-linear terms, we might get a more realistic model of the
production process, but it would also be more complex to solve.
37
Easy2Siksha
16. Economic Interpretation of Non-Negativity Constraints: The constraints x₁, x₂ ≥ 0
ensure that we don't produce negative quantities of either product. In economic
terms, this represents the fact that we can't "un-produce" items or have negative
inventory.
17. Trade-offs: The optimal solution represents the best trade-off between producing x₁
and x₂ given our constraints. The fact that we're producing both products despite x₂
having a negative coefficient in the objective function suggests that there are
complex interactions between the constraints that make this mix optimal.
18. Marginal Rate of Transformation: The slope of the line x₁ - x₂ = 2 at the optimal point
represents the marginal rate of transformation between products 1 and 2. It tells us
how much of product 2 we need to give up to produce one more unit of product 1,
or vice versa, while staying on the efficiency frontier.
19. Shadow Prices and Opportunity Costs: If we were to solve the dual problem, the
shadow prices (dual variables) would represent the opportunity cost of the resources
represented by each constraint. For example, the shadow price for the constraint x₁
+ 3x₂ ≤ 12 would tell us how much our objective function would increase if we had
one more unit of whatever resource this constraint represents.
20. Economic Rent: The value of the objective function at the optimal solution (1.5)
represents the economic rent or surplus generated by our production process given
the constraints. It's the maximum value we can extract given our resources and
technological constraints.
21. Economies of Scope: The fact that we're producing both products despite the
negative coefficient for x₂ might suggest the presence of economies of scope - it's
more efficient to produce both products together than to specialize in just one.
22. Capacity Utilization: We can calculate the capacity utilization for each constraint. For
example, for the constraint 4x₁ + 5x₂ ≤ 40, our utilization is (4(4.5) + 5(2.5)) / 40 =
30.5 / 40 = 76.25%. This gives us insights into which resources are being fully used
and which have spare capacity.
23. Breakeven Analysis: We could perform a breakeven analysis by setting the objective
function to zero and solving for the production levels. This would tell us the
minimum production levels needed to cover our costs (assuming the objective
function represents profit).
24. Elasticity: While not directly calculable from the given information, the concept of
elasticity is relevant here. How sensitive is our optimal solution to changes in the
objective function coefficients or constraint right-hand sides? This would give us
insights into the robustness of our production plan.
25. Long-run vs Short-run: The constraints in this problem might represent short-run
limitations. In the long run, we might be able to relax some of these constraints by
investing in additional capacity, which could change our optimal production mix.
38
Easy2Siksha
In conclusion, this linear programming problem, while simplified, provides rich insights into
the economic decisions faced by a production process. It demonstrates how mathematical
modeling can inform business decisions by finding the optimal balance between competing
objectives and constraints. The solution not only tells us what to produce, but also gives us
valuable information about the marginal value of our resources and the sensitivity of our
optimal plan to changes in our business environment.
Note: This Answer Paper is totally Solved by Ai (Artificial Intelligence) So if You find Any Error Or Mistake . Give us a
Feedback related Error , We will Definitely Try To solve this Problem Or Error.